Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/solygambas/html-css-javascript-projects/081-animated SVG/

index.html /cody/solygambas/html-css-javascript-projects/081-animated SVG/index.html
415 Views
0 Comments
<!-- Based on Learn To Build An SVG Animation With CSS by Simo Edwin - Dev Ed (2019)
see: https://www.youtube.com/watch?v=gWai7f
style.css /cody/solygambas/html-css-javascript-projects/081-animated SVG/style.css
199 Views
0 Comments
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

body {
display: flex;